projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25c1b5
)
* lisp/textmodes/enriched.el: Require 'facemenu' (bug#49466)
author
Juri Linkov
<juri@linkov.net>
Sun, 11 Jul 2021 23:45:51 +0000
(
02:45
+0300)
committer
Juri Linkov
<juri@linkov.net>
Sun, 11 Jul 2021 23:45:51 +0000
(
02:45
+0300)
lisp/textmodes/enriched.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/enriched.el
b/lisp/textmodes/enriched.el
index ba8fac81f2c3b9b4b54bb14bf6a91299ea416195..877658a5a55c42f8a84c60a8b300298bfcbd64f1 100644
(file)
--- a/
lisp/textmodes/enriched.el
+++ b/
lisp/textmodes/enriched.el
@@
-38,7
+38,7
@@
;;; Code:
-(
provide 'enriched
)
+(
require 'facemenu
)
;;;
;;; Variables controlling the display
@@
-538,4
+538,6
@@
the range of text to assign text property SYMBOL with value VALUE."
(list start end 'display prop)
(list start end 'display (list 'disable-eval prop)))))
+(provide 'enriched)
+
;;; enriched.el ends here